home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / AGSBF10.ZIP / AGSBF.DOC < prev    next >
Text File  |  1994-12-27  |  18KB  |  433 lines

  1.       ▄█
  2.      ▄█▀█                          
  3.     ▄█▀ █ ▀██▀▀██  ▄█▀▄█   ██  ▄█▀          ▄█▀▄█       ▀██▀█▄   ▀██▀█▄
  4.    ▄█▀  █  ██ ▄ ▀ ▐█▌  █  ▄▄▄  ▀▀██▄       ▐█▌  █  ▄▄▄   ██▄█▀    ██▄█▀
  5.   ▄█▀   █  ██▀█   ██ ▄▄▄   ██     ▀██      ██     ██ ██  ██▀█▄    ██
  6.  ▄█▀ █▄ █  ██   ▄ ▐█▌ ██   ██      ██      ▐█▌    ██ ██  ██ ▐█▌   ██
  7.  █▀   ▀██ ▄██▄▄██  ▀█▄█▀▄ ▄██▄ ▀▄▄█▀        ▀█▄▄▀ ▀█▄█▀ ▄██  ██▄ ▄██
  8.         █
  9.         █       █▀▄      ▀█▀ ▀█▀ █    ▄      █▀▀ ▀  ▄  █   █▀▄
  10.         █       █▀▄ █▀█   █   █  █   █▀▀     █▀  █ █▀▀ █   █ █
  11.         █       ▀▀  ▀▀ ▀  ▀   ▀  ▀▀▀  ▀▀     ▀   ▀  ▀▀ ▀▀▀ ▀▀
  12.                                   
  13.                                   
  14.                                ···CoDe By···
  15.                               ···─────────···
  16.                              ···LoNe RuNNeR··· 
  17.  
  18.                           
  19.                           ···aDDiTioNaL CoDe By···
  20.                                ···────────···
  21.                               ···NuMBeR SiX··· 
  22.  
  23.                              
  24.                              ···/┤NSi DeSiGN···
  25.                                ···────────···
  26.                            ···aSiaN KNiGHT/ACiD···
  27.  
  28.                            
  29.                            ···oRiGiNaL CoNCePT···
  30.                                ···────────···
  31.                          ···PiZZa & DRoNT /ReBeLS···
  32.  
  33.   ···───────────────────────────────────────────────────────────────────···
  34.  
  35.  
  36.      What Is It ?
  37.   ···────────────···
  38.  
  39.   The Battle Field is a really stupid game :) But it is soooo funy !
  40.   The purpose is to hate people, and to be hated !!
  41.  
  42.   The original PPE by Rebels (known as HATE) was really funny too, but we
  43.   tought that it was a limitation to hate only one person ;)
  44.  
  45.   Then I started to program this PPE, an enhanced version of Rebel's one...
  46.  
  47.      
  48.      
  49.      How To Install It ?
  50.   ···───────────────────···
  51.  
  52.   The installation is a little complex, but it is worth taking some time to 
  53.   do it compared to the fun you will have playing it with your users :)
  54.  
  55.   ■ First make a directory called AGSBF (I will take C:\PCB\PPE\AGSBF for
  56.     my examples)
  57.  
  58.   ■ Extract all the archive (AGSBF100.ZIP) in this directory...
  59.  
  60.   ■ Make a subdirectory called "DATA"
  61.  
  62.   If you have PCB v15.2 :
  63.   -----------------------
  64.  
  65.         ■ Run PCB and type "PPE C:\PCB\PPE\AGSBF\MKUSRLST"
  66.  
  67.         This should make the first list of users on your board.
  68.         If everything is ok, you should see : 
  69.         "NEW USER DETECTED ! AGS Battle Field - Creating User List"
  70.  
  71.   If you have PCB v15.1 :
  72.   -----------------------
  73.  
  74.         ■ Run PCBSETUP and edit your CMD.LST
  75.  
  76.         ■ Add a sysop command to run C:\PCB\PPE\AGSBF\MKUSRLST.PPE
  77.  
  78.         ■ Run PCB and type your command
  79.  
  80.         This should make the first list of users on your board.
  81.         If everything is ok, you should see : 
  82.         "NEW USER DETECTED ! AGS Battle Field - Creating User List"
  83.  
  84.  
  85.  
  86.   ■ Put the MKUSRLST.PPE in your New User Logon Script... Each time a new 
  87.     user is loging on your system, MKUSRLST.PPE has to be run.
  88.  
  89.   You may edit the EXCLUDE.LST file to exclude some users from the list.
  90.  
  91.   There are now two ways to continue the installation. One use the 
  92.   $$LOGOFF.BAT file that PCB run each time a user is loging off your system,
  93.   the other use your daily event.
  94.  
  95.   If you are modifying your $$LOGOFF.BAT :
  96.   ----------------------------------------
  97.  
  98.         If you are running a single node system :
  99.         -----------------------------------------
  100.  
  101.                 ■ Put in your $$LOGOFF.BAT :
  102.  
  103.                 C:
  104.                 CD \PCB\PPE\AGSBF
  105.                 SORT < USER.LST > USER.TMP
  106.                 DEL USER.LST
  107.                 REN USER.TMP USER.LST
  108.                 SORT < REGD.DAT > REGD.TMP
  109.                 DEL REGD.LST
  110.                 REN REGD.TMP REGD.DAT
  111.  
  112.         If you are running a multinode system :
  113.         ---------------------------------------
  114.  
  115.                 ■ To prevent sharing violations, edit BOARD.BAT for each node
  116.                 you have, and put at the beginning of the file :
  117.  
  118.                 SET THISNODE=x
  119.  
  120.                 where x is the node number
  121.  
  122.                 Many people already have such environment variables...
  123.                 Don't think that PCBNODE will do the job, coz when we are 
  124.                 going to use it, PCB will not be loaded, so no PCBNODE
  125.                 variable will be set...
  126.  
  127.                 ■ Then edit your $$LOGOFF.BAT and put :
  128.  
  129.                 IF "%THISNODE%" == "1" GOTO SORT
  130.                 GOTO NOSORT
  131.                 :SORT
  132.                 C:
  133.                 CD \PCB\PPE\AGSBF
  134.                 SORT < USER.LST > USER.TMP
  135.                 DEL USER.LST
  136.                 REN USER.TMP USER.LST
  137.                 SORT < REGD.DAT > REGD.TMP
  138.                 DEL REGD.LST
  139.                 REN REGD.TMP REGD.DAT
  140.                 :NOSORT
  141.  
  142.   
  143.   If you are modifying you daily event :
  144.   --------------------------------------
  145.  
  146.         ■ Simply put this into your BAT event file :
  147.                 
  148.         C:
  149.         CD \PCB\PPE\AGSBF
  150.         SORT < USER.LST > USER.TMP
  151.         DEL USER.LST
  152.         REN USER.TMP USER.LST
  153.         SORT < REGD.DAT > REGD.TMP
  154.         DEL REGD.LST
  155.         REN REGD.TMP REGD.DAT
  156.  
  157.   
  158.   As you already understood, the purpose of this batch code is to sort
  159.   the users files...
  160.  
  161.   You may use a different way provided that you sort those files (USER.LST
  162.   & REGD.DAT)
  163.  
  164.   ■ Run PCBSETUP and edit your CMD.LST to put a command that will run
  165.   C:\PCB\PPE\AGSBF\AGSBF.PPE
  166.  
  167.   That's all, AGS Battle Field should now be ready to play :)
  168.  
  169.   
  170.      How To Play ?
  171.   ···─────────────···
  172.  
  173.  
  174.   When entering the game, you should see the following screen (if not, then
  175.   you should re-read this text ;))
  176.  
  177. ───<┤EGiS CoRP BaTTLe FieLD──────────────────────────┬────────STaTuS──────────┐
  178. ░ ▒ ░   ░ ▐█▄ ▀▀  ▄▄  ▀   ▄▄ ▓ ▄█▄ ▄░▄  ▐▌ █▒   ░▀▀▄▓│                        │
  179.   ░  ░ ░   █░█▄▒▓█████▄██▄██▓█▐█▓▓█░█▀ ▀▓   ░    ░  ▒│    CuRReNT STaTuS :    │
  180.  ░█░ ▒░ ░   ▀▀▒▓█▀███████▌██▓▀▀ ▒░      ▐▌   ░   ▒  ▐│                        │
  181. ░▒░█░▓▒ ▒ ░            ▀         ░     ▀▄▓▌ ▄▒ ░ ▓ ▄▌│                        │
  182. █▌▒▄▒░▓░▓░▒   ▄▀                 ▐▌     ▐▀▒  ▓░▒▓▓░▓ │                        │
  183.  ▀█▒█▓▀▒░▒░▓     ▄▄░▄   ▄▄▄█▓█▓▄  █   ▄  ▐▌  ▐▓▒▒█▀  │   You HaTe 1 GuYZ !    │
  184. ▄ ▀ ▀▄▀▀▄▓▀    ▐▀▄▀▀  ▄████▓▓████ ▐▌▄▓▄ ■ ▒   ▀▀   ▄█│         aND            │
  185. ██▀ ▄       ▄  ▀░▒▄▓ ▄▄▄▀▄▄▀▀▀▄▄▄▄▒░░▒▓▀ ▌░▌     ▄██ │   0 GuYZ HaTe You !    │
  186. ▀      ▄     ▀  ▀▒▓█▓██▓█████████▓▓▐░░▀ ▓ ▒     ▄█▀ ▄│                        │
  187.    ▄▄█▀     ███▄▓▄▄▄▄▄▄▄▀▀▀▀███▐▓▀▀▄▀ ▄▓▀▐▌███ ▐█  ▀ │    You HaVe 7 CReDZ    │
  188. ████▀ ▄ ▀  ▄██ ▐██▀█▓▓▓▓▒▒░░▄▄░▄▄ ▓ ▀▓▀▄▓▒░██  ▀ █▄▌ │        LeFT...         │
  189. ┌────────────────────HoSTiLiTieS────────────────────┐│                        │
  190. │ ██████████ ENGAGE WAR WITH SUMONE ELSE! █████████ ││     HaTe-o-MeTeR :     │
  191. │             MaKe a PuBLiC DeCLaRaTioN!            ││ ■■■■■■■■■■■··········· │
  192. │             TRy To GueSS WHo HaTe You!            ││     ReaLLy GooD !      │
  193. │       TRy To BRiBe SuMoNe GiViNG HiM CReDZ!       ││                        │
  194. │        SeND aN aNoNyMouS iNSuLTiNG MeSSaGe!       ││                        │
  195. │                     MaKe PeaCe                    ││                        │
  196. │              GeT HeLP oN HoW To PLaY              ││                        │
  197. │                    aDD-oNS MeNu                   ││                        │
  198. └───────────────────────────────────────────────────┘└────────────────────────┘
  199.  
  200.   This is an example, your actual screen may look a little different... 
  201.  
  202.   To know how to play, move the lightbar on the "Get help on how to play"
  203.   option, and press enter... As I already spent time explaining how to use 
  204.   this game, I will not do it again. Anyway, users cannot read this file,
  205.   so help has better it's place in the game than here.
  206.  
  207.      How To Install 3rd Party PPEs ?
  208.   ···───────────────────────────────···
  209.  
  210.   There is a special "Add-Ons Menu" in the game, when you press enter on the
  211.   last Main Menu's entry, you should see this screen :
  212.  
  213. ───<┤EGiS CoRP BaTTLe FieLD──────────────────────────┬────────STaTuS──────────┐
  214. ░ ▒ ░   ░ ▐█▄ ▀▀  ▄▄  ▀   ▄▄ ▓ ▄█▄ ▄░▄  ▐▌ █▒   ░▀▀▄▓│                        │
  215.   ░  ░ ░   █░█▄▒▓█████▄██▄██▓█▐█▓▓█░█▀ ▀▓   ░    ░  ▒│                        │
  216.  ░█░ ▒░ ░   ▀▀▒▓█▀███████▌██▓▀▀ ▒░      ▐▌   ░   ▒  ▐│                        │
  217. ░▒░█░▓▒ ▒ ░            ▀         ░     ▀▄▓▌ ▄▒ ░ ▓ ▄▌│                        │
  218. █▌▒▄▒░▓░▓░▒   ▄▀                 ▐▌     ▐▀▒  ▓░▒▓▓░▓ │                        │
  219.  ▀█▒█▓▀▒░▒░▓     ▄▄░▄   ▄▄▄█▓█▓▄  █   ▄  ▐▌  ▐▓▒▒█▀  │                        │
  220. ▄ ▀ ▀▄▀▀▄▓▀    ▐▀▄▀▀  ▄████▓▓████ ▐▌▄▓▄ ■ ▒   ▀▀   ▄█│                        │
  221. ██▀ ▄       ▄  ▀░▒▄▓ ▄▄▄▀▄▄▀▀▀▄▄▄▄▒░░▒▓▀ ▌░▌     ▄██ │                        │
  222. ▀      ▄     ▀  ▀▒▓█▓██▓█████████▓▓▐░░▀ ▓ ▒     ▄█▀ ▄│                        │
  223.    ▄▄█▀     ███▄▓▄▄▄▄▄▄▄▀▀▀▀███▐▓▀▀▄▀ ▄▓▀▐▌███ ▐█  ▀ │                        │
  224. ████▀ ▄ ▀  ▄██ ▐██▀█▓▓▓▓▒▒░░▄▄░▄▄ ▓ ▀▓▀▄▓▒░██  ▀ █▄▌ │                        │
  225. ┌────────────────────HoSTiLiTieS────────────────────┐│                        │
  226. │ ███████████████ VIEW TOP TEN USERS ██████████████ ││                        │
  227. │             eDiT HaTeBaSe (SYSoP oNLY)            ││                        │
  228. │                    uNuSeD SLoT                    ││                        │
  229. │                    uNuSeD SLoT                    ││                        │
  230. │                    uNuSeD SLoT                    ││                        │
  231. │                    uNuSeD SLoT                    ││                        │
  232. │                    uNuSeD SLoT                    ││                        │
  233. │                    uNuSeD SLoT                    ││                        │
  234. └───────────────────────────────────────────────────┘└────────────────────────┘
  235.   
  236.   Those options were not in my original release, but I gave the file 
  237.   structures (that you can find in BF_STRUC.TXT) to my friend Number Six, 
  238.   also coder in AEGiS CoRP, and he made two nice utilities...
  239.  
  240.   
  241.   The first one is the "Aegis Battle Field Top Hate Dudes" known as AGSTHD
  242.   
  243.   Here are some of it's screens :
  244.   
  245.   <┤EGiS BaTTLe FieLD - ToP HaTeD GuyZ
  246. ┌──┬────────────────────────────────┬─────┬───────────────────────────────────┐
  247. │o1│ LoNe RuNNeR::::::::::::::::::: │ 17  │ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀: │
  248. │o2│ NuMBeR SiX:::::::::::::::::::: │ 15  │ ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀:: │
  249. .  .                                .     .                                   .
  250. .  .                                .     .                                   .
  251. .  .                                .     .                                   .
  252. │1o│ DaRK SToRieS:::::::::::::::::: │ 6   │ ▀▀▀▀▀▀▀▀▀▀▀:::::::::::::::::::::: │
  253. └──┴────────────────────────────────┴─────┴───────────────────────────────────┘
  254.   
  255.   <┤EGiS BaTTLe FieLD - ToP HaTe-o-MeTeRS
  256. ┌──┬────────────────────────────────┬─────┬───────────────────────────────────┐
  257. │o1│ NuMBeR SiX:::::::::::::::::::: │ 25% │ ▀▀▀▀▀▀▀▀::::::::::::::::::::::::: │
  258. │o2│ LoNe RuNNeR::::::::::::::::::: │ 21% │ ▀▀▀▀▀▀::::::::::::::::::::::::::: │
  259. .  .                                .     .                                   .
  260. .  .                                .     .                                   .
  261. .  .                                .     .                                   .
  262. │1o│ DaRK SToRieS:::::::::::::::::: │ 2%  │ ▀:::::::::::::::::::::::::::::::: │
  263. └──┴────────────────────────────────┴─────┴───────────────────────────────────┘
  264.  
  265.   The second one is a sysop utility to view or edit many things in the 
  266.   users files (credits, messages etc..)
  267.  
  268.   Here is one of it's screens
  269.  
  270. ───<┤EGiS CoRP BaTTLe FieLD SySoP uTiLS──────────────┬─────By NuMBeR SiX──────┐
  271. ░ ▒ ░   ░ ▐█▄ ▀▀  ▄▄  ▀   ▄▄ ▓ ▄█▄ ▄░▄  ▐▌ █▒   ░▀▀▄▓│                        │
  272.   ░  ░ ░   █░█▄▒▓█████▄██▄██▓█▐█▓▓█░█▀ ▀▓   ░    ░  ▒│      CReDiT iNFo       │
  273.  ░█░ ▒░ ░   ▀▀▒▓█▀███████▌██▓▀▀ ▒░      ▐▌   ░   ▒  ▐│ ────────────────────── │
  274. ░▒░█░▓▒ ▒ ░            ▀         ░     ▀▄▓▌ ▄▒ ░ ▓ ▄▌│                        │
  275. █▌▒▄▒░▓░▓░▒   ▄▀                 ▐▌     ▐▀▒  ▓░▒▓▓░▓ │       5 CReDiTZ        │
  276.  ▀█▒█▓▀▒░▒░▓     ▄▄░▄   ▄▄▄█▓█▓▄  █   ▄  ▐▌  ▐▓▒▒█▀  │                        │
  277. ▄ ▀ ▀▄▀▀▄▓▀    ▐▀▄▀▀  ▄████▓▓████ ▐▌▄▓▄ ■ ▒   ▀▀   ▄█│ aDJuST CReDZ  Yes [NAH]│
  278. ██▀ ▄       ▄  ▀░▒▄▓ ▄▄▄▀▄▄▀▀▀▄▄▄▄▒░░▒▓▀ ▌░▌     ▄██ │                        │
  279. ▀      ▄     ▀  ▀▒▓█▓██▓█████████▓▓▐░░▀ ▓ ▒     ▄█▀ ▄│                        │
  280.    ▄▄█▀     ███▄▓▄▄▄▄▄▄▄▀▀▀▀███▐▓▀▀▄▀ ▄▓▀▐▌███ ▐█  ▀ │                        │
  281. ████▀ ▄ ▀  ▄██ ▐██▀█▓▓▓▓▒▒░░▄▄░▄▄ ▓ ▀▓▀▄▓▒░██  ▀ █▄▌ │                        │
  282. ┌───────────────────────────────────────────────────┐│                        │
  283. │ uSeR NaMe    : LONE RUNNER                        ││                        │
  284. │[CReDiTS      : 5]                                 ││                        │
  285. │ WaiTiNG MsGS.: 2                                  ││                        │
  286. │ WaiTiNG BRiB.: 1                                  ││                        │
  287. │ WaiTiNG DeCL.: 5                                  ││                        │
  288. │ HaTeD By     : 3                                  ││                        │
  289. │ HaTeS        : 4                                  ││                        │
  290. │ HaTe-o-MeTeR : 42%                                ││                        │
  291. └───────────────────────────────────────────────────┘└────────────────────────┘
  292.  
  293.   In the future, some other third party PPEs for this Battle Field may appear
  294.   (we have planed to make some and maybe other people will)
  295.  
  296.   To install a new PPE in the menu, edit the WAR.CFG... See the next section
  297.   to see how to do so.
  298.  
  299.   An example for a third party PPE for AGSBF :
  300.  
  301.   A new Hostility, for example, users should try to kick out sumone from
  302.   the board... maybe they would have to select the user, and then at least
  303.   75% of AGSBF users must agree... then a message would be sent to the sysop
  304.   (in the real PCB msg base) that would say "xxxx is a lamer, he sould be
  305.   locked out from here ! :)"
  306.  
  307.   This is only an example... many other things may be done because of the
  308.   AGSBD data files ability to share datas between main program and addons...
  309.  
  310.   See BF_STRUCT.AGS for the data files structures and some source code...
  311.      
  312.      
  313.      How To Edit The WAR.CFG
  314.   ···───────────────────────···
  315.  
  316.  
  317. ·Line··Purpose·······························································
  318.  
  319. ···1···Number of Credits to give to new users
  320. ···2···Number of Credits to remove when sumone is wrong when trying to guess
  321.        who hate him
  322. ···3···Number of Credits to give when sumone agree with a declaration
  323. ···4···Main menu entry for "eNGaGe WaR"
  324. ···5···Main menu entry for "PuBLiC DeCLaRaTioN"
  325. ···6···Enable "GueSS WHo HaTe You" oPTioN (Yes/No)
  326. ···7···Main menu entry for "GueSS WHo HaTe You"
  327. ···8···Main menu entry for "BRiBe SuMoNe"
  328. ···9···Main menu entry for "SeND MeSSaGe"
  329. ··10···Main menu entry for "MaKe PeaCe"
  330. ··11···Main menu entry for "GeT HeLP"
  331. ··12···Main menu entry for "aDD-oNS MeNu"
  332. ··13···The user may engage war with all users or only Regd users in the
  333.        Battle Field (All/Regd)
  334. ··14···The user may send messages to all users or only Regd users in the
  335.        Battle Field (All/Regd)
  336. ··15···The user may bribe all users or only Regd users in the Battle Field 
  337.        (All/Regd)
  338. ··16···Add-Ons Menu entry #1
  339. ··17···Add-Ons Menu entry #1 Minimum Level
  340. ··18···Add-Ons Menu entry #1 Associated PPE
  341. ··19···Add-Ons Menu entry #2
  342. ··20···Add-Ons Menu entry #2 Minimum Level
  343. ··21···Add-Ons Menu entry #2 Associated PPE
  344. ··22···Add-Ons Menu entry #3
  345. ··23···Add-Ons Menu entry #3 Minimum Level
  346. ··24···Add-Ons Menu entry #3 Associated PPE
  347. ··25···Add-Ons Menu entry #4
  348. ··26···Add-Ons Menu entry #4 Minimum Level
  349. ··27···Add-Ons Menu entry #4 Associated PPE
  350. ··28···Add-Ons Menu entry #5
  351. ··29···Add-Ons Menu entry #5 Minimum Level
  352. ··30···Add-Ons Menu entry #5 Associated PPE
  353. ··31···Add-Ons Menu entry #6
  354. ··32···Add-Ons Menu entry #6 Minimum Level
  355. ··33···Add-Ons Menu entry #6 Associated PPE
  356. ··34···Add-Ons Menu entry #7
  357. ··35···Add-Ons Menu entry #7 Minimum Level
  358. ··36···Add-Ons Menu entry #7 Associated PPE
  359. ··37···Add-Ons Menu entry #8
  360. ··38···Add-Ons Menu entry #8 Minimum Level
  361. ··39···Add-Ons Menu entry #8 Associated PPE
  362.  
  363. Sample :
  364.  
  365. 3
  366. 1
  367. 1
  368. eNGaGe WaR WiTH SuMoNe eLSe!
  369. MaKe a PuBLiC DeCLaRaTioN!
  370. YeS
  371. TRy To GueSS WHo HaTe You!
  372. TRy To BRiBe SuMoNe GiViNG HiM CReDZ!
  373. SeND aN aNoNyMouS iNSuLTiNG MeSSaGe!
  374. MaKe PeaCe
  375. GeT HeLP oN HoW To PLaY
  376. aDD-oNS MeNu
  377. aLL
  378. ReGD
  379. aLL
  380. VieW ToP TeN uSeRS
  381. 0
  382. C:\PCB\PPE\AGSBF\AGSTHD.PPE
  383. eDiT HaTeBaSe (SYSoP-oNLY)
  384. 200
  385. C:\PCB\PPE\AGSBF\AGSBFS.PPE
  386. uNuSeD SLoT
  387. 0
  388.  
  389. uNuSeD SLoT
  390. 0
  391.  
  392. uNuSeD SLoT
  393. 0
  394.  
  395. uNuSeD SLoT
  396. 0
  397.  
  398. uNuSeD SLoT
  399. 0
  400.  
  401. uNuSeD SLoT
  402. 0
  403.  
  404.  
  405.      How To Reset The Game
  406.   ···─────────────────────···
  407.  
  408.   If you want to reset the game, do the following steps :
  409.  
  410.   ■ Edit NUSERS.DAT and put "0"
  411.  
  412.   ■ Edit REGD.DAT and delete all entries
  413.  
  414.   ■ Move into the DATA subdirectory
  415.  
  416.   ■ Delete all
  417.  
  418.      
  419.  
  420.      How To Contact Us
  421.   ···─────────────────···
  422.  
  423.  
  424.   If you want to contact us, see our .NFO to find all Members, HQ & Distro
  425.   boards...
  426.   You can also send messages to aegis_barnabo@sparkhq.fdn.org
  427.  
  428.  
  429.  
  430.                                                        Lone Runner
  431.                                                     ···───────────···
  432.  
  433.